refactor: viz 모듈을 utils/visualization으로 이동 #193
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

#️⃣ Issue Number
📝 요약(Summary)
Lang2SQL 프로젝트의 시각화 모듈 구조를 개선하여 viz/ 디렉토리를 utils/visualization/으로 이동
프로젝트 전체의 모듈 구조 일관성을 확보하고 시각화 관련 코드의 품질을 향상시키기 위한 리팩토링 작업
기존 기능은 모두 유지하면서 타입 힌트, docstring, 예외 처리 등을 개선하여 코드 안정성과 가독성을 향상
💬 To Reviewers (선택)
interface/core/result_renderer.py의 import 경로 변경이 올바르게 적용되었는지 검토해주세요
시각화 기능이 정상적으로 작동하는지, 특히 Streamlit에서 차트 생성이 문제없이 동작하는지 중점적으로 확인해주세요
PR Checklist
[x] 모든 import 경로가 올바르게 수정되었는지 확인
[x] 시각화 기능이 정상적으로 작동하는지 테스트
reference) How to Code Review